home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 3638 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: cs.tu-berlin.de!amk
  2. From: amk@cs.tu-berlin.de (Andreas M. Kirchwitz)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: csh bug ( cat )
  5. Date: 21 Mar 1996 15:27:32 GMT
  6. Organization: Technical University of Berlin, Germany
  7. Message-ID: <4irsh4$817@news.cs.tu-berlin.de>
  8. References: <Pine.LNX.3.91.960320163920.14513B-100000@mayhem.inferno.net>
  9. NNTP-Posting-Host: caramba.cs.tu-berlin.de
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=iso-8859-1
  12. Content-Transfer-Encoding: 8bit
  13.  
  14. Chris McCarthy <atoz@mayhem.inferno.net> writes:
  15.  
  16.  > I noticed that csh seems to miss some characters when appending to 
  17.  > binary files.
  18.  > 
  19.  > e.g. cat c:list >> c:dir
  20.  > 
  21.  > That leaves me with a file smaller than the two added together.
  22.  > Is this a bug, or a feature ?
  23.  
  24. Now... some kind of bug :-)  Cshell's built-in command "cat"
  25. doesn't handle binary files but only text files.  In general
  26. this isn't a problem because only Unix users are that crazy
  27. to use "cat" to join files.  Amiga users use "join" ...
  28.  
  29. Nevertheless, this should and will be fixed in the next
  30. release...
  31.  
  32.     Greetings, Andreas
  33.